home *** CD-ROM | disk | FTP | other *** search
-
- to compile programs in the above-indicated sub- directories/trees,
- one must load libglut. inst-able images of GLUT v3.1 are located at
- toolbox/src/exampleCode/opengl/GLUT/inst/
-
- -------------------------------------
-
- ~opengl2/examples/selection README
-
- Copyright 1991-1996, Silicon Graphics, Inc.
- Technical Education Development
- All Rights Reserved.
-
- pickSolar.c:
- Demonstrates picking.
-
- Left Mouse Button, down - pick object(s)
- <r> key - toggle rotation on/off
- Escape key - exit the program
-
- selectSolar.c:
- Demonstrates selection. A simple solar system is drawn first
- in render mode, then in select mode with a narrower
- perspective, selecting the center of the scene. Names are
- assigned to the shapes, and if they score hits within the
- selected region the selected names can be retrieved.
-
- SPACE key - toggle selection mode
- <r> key - toggle rotation on/off
- Escape key - exit the program
-
-